[GI] Added missing (transfer none) annotation to gtk_tree_view_get_path_at_pos
authorSebastian Pölsterl <sebp@k-d-w.org>
Wed, 19 Jan 2011 14:09:05 +0000 (15:09 +0100)
committerSebastian Pölsterl <sebp@k-d-w.org>
Wed, 19 Jan 2011 14:09:05 +0000 (15:09 +0100)
gtk/gtktreeview.c

index 76b748fc1c4fedf48cd05d89e6704ffa5b017de4..d0311b4aa172074b2b73fc2d778baf185a980e08 100644 (file)
@@ -13412,7 +13412,7 @@ gtk_tree_view_get_bin_window (GtkTreeView *tree_view)
  * @x: The x position to be identified (relative to bin_window).
  * @y: The y position to be identified (relative to bin_window).
  * @path: (out) (allow-none): A pointer to a #GtkTreePath pointer to be filled in, or %NULL
- * @column: (out) (allow-none): A pointer to a #GtkTreeViewColumn pointer to be filled in, or %NULL
+ * @column: (out) (transfer none) (allow-none): A pointer to a #GtkTreeViewColumn pointer to be filled in, or %NULL
  * @cell_x: (out) (allow-none): A pointer where the X coordinate relative to the cell can be placed, or %NULL
  * @cell_y: (out) (allow-none): A pointer where the Y coordinate relative to the cell can be placed, or %NULL
  *